projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b77c566
)
(decode_mode_spec): Use MODE_LINE_BINARY_TEXT when defined.
author
Karl Heuer
<kwzh@gnu.org>
Fri, 16 Sep 1994 21:57:45 +0000
(21:57 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Fri, 16 Sep 1994 21:57:45 +0000
(21:57 +0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 5a519b9ccbeca6935981c9db0347ab5e63da2bad..cdfa2e750e39ac7682f6daf8a407366e5983a3dc 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-3063,11
+3063,11
@@
decode_mode_spec (w, c, maxwidth)
break;
case 't': /* indicate TEXT or BINARY */
-#ifdef M
SDOS
- return
NILP (b->buffer_file_type) ? "T" : "B"
;
-#else
/* not MSDOS */
+#ifdef M
ODE_LINE_BINARY_TEXT
+ return
MODE_LINE_BINARY_TEXT (b)
;
+#else
return "T";
-#endif
/* not MSDOS */
+#endif
case 'p':
{